From fb3caa9c0862ad3c5dbcfffddb6e20ead05d9af5 Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Mon, 13 Jul 2026 00:20:19 +0000 Subject: [PATCH] libretro.gambatte: 0-unstable-2026-06-19 -> 0-unstable-2026-07-03 --- 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 edab66c09021..54cbf0bc890b 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-06-19"; + version = "0-unstable-2026-07-03"; src = fetchFromGitHub { owner = "libretro"; repo = "gambatte-libretro"; - rev = "4832d33cc3427ee0a1c1b9065339dd18ff57370d"; - hash = "sha256-qn3zYecSmQjQV1f0Aw6+zVEQttMSHsrNQuMFbsDyKC8="; + rev = "dfc165599f3f1068c40a0b7ad6fe5f161283d483"; + hash = "sha256-a7GXw0B/ekIcNl08s1DpuRQZyxm4tYGWzNVVBTjXeOk="; }; meta = {