From 10a40579bfaa4f961c1c9bfdc6e96156bb64eee9 Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Tue, 10 Dec 2024 20:47:15 +0000 Subject: [PATCH] libretro.genesis-plus-gx: 0-unstable-2024-09-18 -> 0-unstable-2024-11-22 --- .../emulators/libretro/cores/genesis-plus-gx.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/applications/emulators/libretro/cores/genesis-plus-gx.nix b/pkgs/applications/emulators/libretro/cores/genesis-plus-gx.nix index caf2d667ba958..ada643de0d0ac 100644 --- a/pkgs/applications/emulators/libretro/cores/genesis-plus-gx.nix +++ b/pkgs/applications/emulators/libretro/cores/genesis-plus-gx.nix @@ -5,13 +5,13 @@ }: mkLibretroCore { core = "genesis-plus-gx"; - version = "0-unstable-2024-09-18"; + version = "0-unstable-2024-11-22"; src = fetchFromGitHub { owner = "libretro"; repo = "Genesis-Plus-GX"; - rev = "7de0f0b6cde9bda1235b448aa607044b3f80ab3c"; - hash = "sha256-W06vSrGKbXMcXIouW9/fD93sBfwREqIL8HvB3kan0tM="; + rev = "03ebe2b96ed3f5747588de55ab3fec9add0a49c2"; + hash = "sha256-0SAxxJqgxwQfpv4KE0J1Zr0XcGDQzCAbRku9obMamv4="; }; meta = {