From 2fb3ceef1a68dc6ab001008811fd801d7a1b3a83 Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Thu, 3 Jul 2025 04:46:51 +0000 Subject: [PATCH] libretro.gambatte: 0-unstable-2025-06-20 -> 0-unstable-2025-06-27 --- 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 584f000788f8..7585e73cf5ea 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-20"; + version = "0-unstable-2025-06-27"; src = fetchFromGitHub { owner = "libretro"; repo = "gambatte-libretro"; - rev = "a693367ab1aea60266c7fa7c666b0779035d4745"; - hash = "sha256-nQ/hh9EkcftcdV0MvPl3kRUGBxukOxbgLCM9786rtd4="; + rev = "9f591132e67f101780495a43df8da9bca43e08db"; + hash = "sha256-wauSnUlZRAtZwheONd+NusM0D1q2pLwha6H90R4R1aU="; }; meta = {