From 31dd9ac80b1679838dba1d7fff450261553a4a1a Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Mon, 17 Mar 2025 13:22:02 +0000 Subject: [PATCH] libretro.gambatte: 0-unstable-2025-02-28 -> 0-unstable-2025-03-07 --- 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 65a2ef73b0fb..c60d72e1d021 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-02-28"; + version = "0-unstable-2025-03-07"; src = fetchFromGitHub { owner = "libretro"; repo = "gambatte-libretro"; - rev = "041833eb4b28e349f7690e18d04a5d7f28639bd1"; - hash = "sha256-wC5wMCd5LDrNZgGTtAvg5asyPK7wlK/+DhUOgqvZvXs="; + rev = "4b3edb41d33e52b6d70c4e18bf0819a070991b66"; + hash = "sha256-8RmNDvUd64FqEgduNMHgbunu92SqMi+Pn//Ou2EQUFs="; }; meta = {