diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml
index b07f709089089a67c715b7e45fec36eb9c27efe0..f8af52a28352bcf74651db9b8e9a83b7c75a28b5 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -2,7 +2,7 @@ ci:
     autoupdate_branch: 'devel'
 repos:
 -   repo: https://github.com/pre-commit/mirrors-clang-format
-    rev: v16.0.4
+    rev: v16.0.6
     hooks:
     -   id: clang-format
         args: ['--style={BasedOnStyle: Google, SortIncludes: false, Standard: Cpp03}']