Commit e78fdf3e authored by R. RyanTM's avatar R. RyanTM
Browse files

libretro.vba-m: 0-unstable-2025-11-05 -> 0-unstable-2025-11-25

parent bc0da6f2
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -5,13 +5,13 @@
}:
mkLibretroCore {
  core = "vbam";
  version = "0-unstable-2025-11-05";
  version = "0-unstable-2025-11-25";

  src = fetchFromGitHub {
    owner = "libretro";
    repo = "vbam-libretro";
    rev = "d0787aee43d260675da203c2f85ba9fa226c0c66";
    hash = "sha256-WhsiKsDk7jEIklrOw1YFCcWSlAmLK4vCCji3Mnsgwmw=";
    rev = "c3db5dc221a3038ee54572047304963cbca15cd6";
    hash = "sha256-e+elKAcQXTVH2VtW0J4FG2p6bJTWSuxrIrnMHwjaO9I=";
  };

  makefile = "Makefile";