nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix

libretro.fceumm: 0-unstable-2025-04-11 -> 0-unstable-2025-05-02

R. Ryantm d4bfde2e 4c40e81b

+3 -3
+3 -3
pkgs/applications/emulators/libretro/cores/fceumm.nix
··· 5 5 }: 6 6 mkLibretroCore { 7 7 core = "fceumm"; 8 - version = "0-unstable-2025-04-11"; 8 + version = "0-unstable-2025-05-02"; 9 9 10 10 src = fetchFromGitHub { 11 11 owner = "libretro"; 12 12 repo = "libretro-fceumm"; 13 - rev = "43e6496351b544df0de692fbb01b2a6942073f5c"; 14 - hash = "sha256-kGGvI1rKE/oSF2v3URDY/fLTThYc3Crk9UFN69Rcckg="; 13 + rev = "3544ff567ecc417c170641587083b976739ef9db"; 14 + hash = "sha256-eNmzWLJVPeqFFEcFIhOQCn9OMrBp0iraTcft5pJVvvE="; 15 15 }; 16 16 17 17 meta = {