From e05015f9a4906f41c02c15be062376cc7dfbf7d1 Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Sat, 27 Sep 2025 06:15:14 +0000 Subject: [PATCH] libretro.gambatte: 0-unstable-2025-07-25 -> 0-unstable-2025-09-18 --- 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 bb9be68937e3..70c202e6b30a 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-2025-07-25"; + version = "0-unstable-2025-09-18"; src = fetchFromGitHub { owner = "libretro"; repo = "gambatte-libretro"; - rev = "13b7af780e9893ae62cc24d567591b5eb6a6dd72"; - hash = "sha256-bTNZrXp+kMIq/tnPs73tpYRxlrZfCGCmE0EUlJFtUnY="; + rev = "0092232a0aaef0ded0ead1c2003ccf7a85ccdfc0"; + hash = "sha256-baiTlYArNSBz79Cm16Sg3VZEp909zMkF/ExqhrPYN80="; }; meta = {