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

libretro.quicknes: 0-unstable-2026-03-31 -> 0-unstable-2026-04-20

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

  src = fetchFromGitHub {
    owner = "libretro";
    repo = "QuickNES_Core";
    rev = "71782569078f29214017a966b0f992b9e512bf19";
    hash = "sha256-Bx1iZcrUG5B/wjeWf2hZEAIocM7dKgRwRPqpGzS2Cgc=";
    rev = "7848e1ac22b1c69d056ae4cb57710651ff1dd169";
    hash = "sha256-cgoLO1572XoDDBJiEFglWtbo3vk5EXu/U3Pn7zrxqM8=";
  };

  makefile = "Makefile";