From 9fd3a3d6e763059072289368e743f9f3cf219dfa Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Tue, 29 Jul 2025 07:19:48 +0000 Subject: [PATCH] libretro.gambatte: 0-unstable-2025-06-27 -> 0-unstable-2025-07-25 --- 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 7585e73cf5ea..bb9be68937e3 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-06-27"; + version = "0-unstable-2025-07-25"; src = fetchFromGitHub { owner = "libretro"; repo = "gambatte-libretro"; - rev = "9f591132e67f101780495a43df8da9bca43e08db"; - hash = "sha256-wauSnUlZRAtZwheONd+NusM0D1q2pLwha6H90R4R1aU="; + rev = "13b7af780e9893ae62cc24d567591b5eb6a6dd72"; + hash = "sha256-bTNZrXp+kMIq/tnPs73tpYRxlrZfCGCmE0EUlJFtUnY="; }; meta = {