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";