To rotate a point \((x, y)\) 90 degrees counterclockwise around the origin, you can use the transformation:
\[ (x, y) \rightarrow (-y, x) \]
Applying this to the point \((-4, 6)\):
- Take the \(y\) coordinate (6), multiply by -1: \(-6\)
- Take the \(x\) coordinate (-4): stays the same in the new y position.
Thus, the new coordinates after the rotation are:
\[ (-6, -4) \]
So, the new point after rotating \((-4, 6)\) 90 degrees counterclockwise is:
\[ \boxed{(-6, -4)} \]