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

libretro.virtualjaguar: 0-unstable-2026-04-03 -> 0-unstable-2026-04-16

parent 4d0e985d
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -5,13 +5,13 @@
}:
mkLibretroCore {
  core = "virtualjaguar";
  version = "0-unstable-2026-04-03";
  version = "0-unstable-2026-04-16";

  src = fetchFromGitHub {
    owner = "libretro";
    repo = "virtualjaguar-libretro";
    rev = "68265f930f6120f8f05c1f71c9fc9e417dab0d28";
    hash = "sha256-BWpOm0DECqTqbQ1FR9YgjxjsxU7LdB4MlYHzGatcrJk=";
    rev = "dd44259f8dca0ba87068eb2264367c01e131c263";
    hash = "sha256-prvUvHXOeSWG5BK4mHkkFVnq0xGc3pI09GDNJJvZfgs=";
  };

  makefile = "Makefile";