From 2abc0ec2aa89899bba82589b63401227ef91285f Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Sun, 19 Oct 2025 13:46:45 +0000 Subject: [PATCH] libretro.gambatte: 0-unstable-2025-09-18 -> 0-unstable-2025-10-10 --- 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 70c202e6b30a..87f426946fc9 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-09-18"; + version = "0-unstable-2025-10-10"; src = fetchFromGitHub { owner = "libretro"; repo = "gambatte-libretro"; - rev = "0092232a0aaef0ded0ead1c2003ccf7a85ccdfc0"; - hash = "sha256-baiTlYArNSBz79Cm16Sg3VZEp909zMkF/ExqhrPYN80="; + rev = "b75225203ffea8b65124bb31acb598e91e7f22d9"; + hash = "sha256-q2gq4eBa1I89PROkxTt7XGIjI2H1eWFDi6lMH+emlmg="; }; meta = {