From dcd7b1411ba5bd79ae79b1d51584d6e9cd9f55b1 Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Tue, 31 Mar 2026 21:21:21 +0000 Subject: [PATCH] libretro.gambatte: 0-unstable-2026-03-13 -> 0-unstable-2026-03-31 --- pkgs/applications/emulators/libretro/cores/gambatte.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/applications/emulators/libretro/cores/gambatte.nix b/pkgs/applications/emulators/libretro/cores/gambatte.nix index 5fd51dc435ba..85d58a1129be 100644 --- a/pkgs/applications/emulators/libretro/cores/gambatte.nix +++ b/pkgs/applications/emulators/libretro/cores/gambatte.nix @@ -5,13 +5,13 @@ }: mkLibretroCore { core = "gambatte"; - version = "0-unstable-2026-03-13"; + version = "0-unstable-2026-03-31"; src = fetchFromGitHub { owner = "libretro"; repo = "gambatte-libretro"; - rev = "d3c39fa18476ddce05027db3d29abba813fa74e2"; - hash = "sha256-FkvO03x6oRqdeaot8vq5C15VjQXJ7tUoJtal7/z09rU="; + rev = "9669d1f9266684e60ac1c5ed9b438bd2a02a3b4d"; + hash = "sha256-/mxkjVG7fkjUZ1LHNtFYA0/7ZTyvAYtcF5xO8cxWkzc="; }; meta = {