diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml
index d6719740e2849c9a1557b81baeef86f9f63269e9..37595483d6decaa9e478c797f12edd0d68b89f4b 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -3,7 +3,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=Google]