From ab1fe7cfea00f437c4bf73626c61b108f5acdc0d Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Sun, 14 Dec 2025 11:26:11 +0000 Subject: [PATCH] libretro.fbalpha2012: 0-unstable-2024-10-21 -> 0-unstable-2025-12-12 --- pkgs/applications/emulators/libretro/cores/fbalpha2012.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/applications/emulators/libretro/cores/fbalpha2012.nix b/pkgs/applications/emulators/libretro/cores/fbalpha2012.nix index 546daaa27b35..fd80db661746 100644 --- a/pkgs/applications/emulators/libretro/cores/fbalpha2012.nix +++ b/pkgs/applications/emulators/libretro/cores/fbalpha2012.nix @@ -7,13 +7,13 @@ }: mkLibretroCore rec { core = "fbalpha2012"; - version = "0-unstable-2024-10-21"; + version = "0-unstable-2025-12-12"; src = fetchFromGitHub { owner = "libretro"; repo = "fbalpha2012"; - rev = "77167cea72e808384c136c8c163a6b4975ce7a84"; - hash = "sha256-giEV09dT/e82bmDlRkxpkW04JcsEZc/enIPecqYtg3c="; + rev = "c547d8cf3f7748f4094cee658a5d31ec1b79ece4"; + hash = "sha256-owy8IuJ/dAEbUH7hGCR3oLiI4tYuwsNfRYRl6LmyYfc="; }; sourceRoot = "${src.name}/svn-current/trunk";