diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml
index f667f1d855d6f6606e75c39d67cf6151146a4aa4..01afbe8d02bd31ea40d397cdf8f10ea74dae2dc1 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: v15.0.7
+    rev: v16.0.0
     hooks:
     -   id: clang-format
         args: ['--style={BasedOnStyle: Google, SortIncludes: false, Standard: Cpp03}']