diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml
index 46f62603cc340a9821a2fed2dc2b2618b853e39c..50de32090c044549de87dbd171e5e1603b843203 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.2
+    rev: v16.0.3
     hooks:
     -   id: clang-format
         args: [--style=Google]