roll: pigweed pw_i2c_mcuxpresso: Add missing override keyword

Test: code compiles
Original-Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/295993
Presubmit-Verified: CQ Bot Account <pigweed-scoped@luci-project-accounts.iam.gserviceaccount.com>
Original-Revision: 81e0b3d02327aa310b43dbde3e740071aef4c927

Rolled-Repo: https://pigweed.googlesource.com/pigweed/pigweed
Rolled-Commits: 917e298456665b..81e0b3d02327aa
Roll-Count: 1
Roller-URL: https://cr-buildbucket.appspot.com/build/8713035903010898289
GitWatcher: ignore
CQ-Do-Not-Cancel-Tryjobs: true
Change-Id: I348171bf1195774c3d44e162a65e7b5bf358cdf8
Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/quickstart/bazel/+/296072
Commit-Queue: Pigweed Roller <pigweed-roller@pigweed-service-accounts.iam.gserviceaccount.com>
Bot-Commit: Pigweed Roller <pigweed-roller@pigweed-service-accounts.iam.gserviceaccount.com>
diff --git a/MODULE.bazel b/MODULE.bazel
index c37f758..1b97841 100644
--- a/MODULE.bazel
+++ b/MODULE.bazel
@@ -40,9 +40,9 @@
 git_override(
     module_name = "pigweed",
     # ROLL: Warning: this entry is automatically updated.
-    # ROLL: Last updated 2025-06-03.
-    # ROLL: By https://cr-buildbucket.appspot.com/build/8713046935927767153.
-    commit = "917e298456665b0353003787a82e76d775aa75e1",
+    # ROLL: Last updated 2025-06-04.
+    # ROLL: By https://cr-buildbucket.appspot.com/build/8713035903010898289.
+    commit = "81e0b3d02327aa310b43dbde3e740071aef4c927",
     remote = "https://pigweed.googlesource.com/pigweed/pigweed",
 )