From 9f1f3c242c09167bb9683b23c841778e89bddb93 Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Sat, 27 Dec 2025 00:14:52 +0000 Subject: [PATCH] libretro.genesis-plus-gx: 0-unstable-2025-12-19 -> 0-unstable-2025-12-21 --- .../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 4939c7727dca..9ea1bd3f3e37 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-2025-12-19"; + version = "0-unstable-2025-12-21"; src = fetchFromGitHub { owner = "libretro"; repo = "Genesis-Plus-GX"; - rev = "496615db04eb9fe83c9732d77768030bb2fa8553"; - hash = "sha256-PGwXBsyLlFjo776J9XxJ+bEexain+CLNXqKv6V+cg2I="; + rev = "7c5819b7bd0b84c3265ee7dfcd7b90210ed7d687"; + hash = "sha256-3YrRWxKk6Uci5MKS5lQYU+edrLdsFYIAR6pTPXwiy8c="; }; meta = {