diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml
index 6cc01ae3e2b6a0aa42722924c0c60d6aeb151e1a..97edbea0eae1f18dbcddf1099acb3ce72383e614 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={BasedOnStyle: Google, SortIncludes: false, Standard: Cpp03}']